home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / business / spreadsheets / easycalc / help / _fix.help < prev    next >
Encoding:
Text File  |  1978-11-24  |  273 b   |  19 lines

  1. Spreadsheet Function: FIX()
  2. Synopsis:
  3.  
  4. @FIX(exp)
  5.  
  6. Description:
  7.  
  8. This returns the truncated expression. See the examples
  9. for how it differs from @INT.
  10.  
  11. Examples:
  12.  
  13. @FIX(1.5) would give 1.
  14. @FIX(-1.5) would give -1.
  15. *
  16. Using Functions
  17. Usefunc.help
  18. Maths Operators
  19. operators.help